iT邦幫忙

2023 iThome 鐵人賽

DAY 26
0

說明

再端點上的防護除了防毒以外,最近流行起EDR,EDR從EventLog、Host設定、dll設定、網路行為、應用程式、記憶體內容等等,其中從Windows EventLog可以看到很多跡象,但很多設定沒有開啟,因為端點數量可能很多,所以要依靠一些工具,將有問題的再回傳

作法

使用Wazuh監控Client powershell操作

設定

  • Client

    • 啟用powershell EventLog事件紀錄(在Client上設定或用GPO派送)
      https://ithelp.ithome.com.tw/upload/images/20231010/20077752Bt61nI7iSE.png
    • 測試開啟powershell 輸入dir
      https://ithelp.ithome.com.tw/upload/images/20231010/20077752vpRzMnvwt2.png
  • Wazuh
    1.新增規則
    https://ithelp.ithome.com.tw/upload/images/20231010/20077752bS73DVPO5W.png

    2.群組規則建立
    https://ithelp.ithome.com.tw/upload/images/20231010/200777528pI1aNtUMi.png

    • 群組規則設定(有時候同步會失敗)
      https://ithelp.ithome.com.tw/upload/images/20231010/200777525tFFIivPyi.png
    • 群組規則設定(001 替換成要同步的主機代號)
      • /var/ossec/bin/agent_groups -S -i 001
      • 檢查是否有或手動自己建 C:\Program Files (x86)\ossec-agent\Agent.conf

觸發告警

選Level 14的規則

  <rule id="91803" level="14">
    <if_sid>91802</if_sid>
    <field name="win.system.message" type="pcre2">CopyFromScreen</field>
    <options>no_full_log</options>
    <description>Screen capture method invoked from PowerShell script.</description>
    <mitre>
      <id>T1113</id>
    </mitre>
  </rule>

Client

在Client開啟powershell輸入CopyFromScreen,從Powershell呼叫的螢幕擷取(正常使用者不會這樣做)
https://ithelp.ithome.com.tw/upload/images/20231010/20077752VKDpVLd11T.png

Wazuh

https://ithelp.ithome.com.tw/upload/images/20231010/20077752ZSLTAk1EM4.png

結論

Powershell為近期駭客最喜歡使用的工具,因為為合法工具難以被防毒阻擋,因此紀錄並控制Powershell的是一個很好的方式。

濫用 PowerShell 的無檔案病毒興起
https://blog.trendmicro.com.tw/?p=50380

研究人員發現幾乎無法偵測到的PowerShell後門程式
https://www.ithome.com.tw/news/153720

參考

wazuh 文件
https://documentation.wazuh.com/current/user-manual/capabilities/log-data-collection/configuration.html
Wazuh | Part 4 : Proof of Concept — Windows Endpoint Part 2of 2
https://medium.com/@huglertomgaw/wazuh-part-4-proof-of-concept-windows-endpoint-part-2of-2-d36b54068972


上一篇
25. 安全維運中心-透過擴展SOC功能來提升能力
下一篇
27. 實作-Threat Hunting 威脅狩獵
系列文
珍惜生命,遠離資安 - 避免不良的資安作法,專注重要事項33
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言